date_get_second(date);
返回: Real(实数)
此函数返回给定日期时间的秒数。
mysecond = date_get_second(date_current_datetime());
这将会把"mysecond"设为当前秒。